GtkFontChooser: Remove default geometry defines
authorAlberto Ruiz <aruiz@gnome.org>
Wed, 13 Jul 2011 23:34:37 +0000 (00:34 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Aug 2011 22:57:55 +0000 (18:57 -0400)
gtk/gtkfontchooser.c

index 4291d2fbd228cf936754aa2549a4f42d4fe68b87..65efc1d3910b7db12b67f8afcf09f22269308d08 100644 (file)
@@ -107,10 +107,6 @@ struct _GtkFontChooserPrivate
 #define PREVIEW_HEIGHT 72
 #define PREVIEW_TOP_PADDING 6
 
-/* Widget default geometry */
-#define FONT_CHOOSER_WIDTH           540
-#define FONT_CHOOSER_HEIGHT          408
-
 /* These are the sizes of the font, style & size lists. */
 #define FONT_LIST_HEIGHT  136
 #define FONT_LIST_WIDTH   190